projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d87c2
)
(compile-files): Redirect output of chmod to
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 11 May 2001 10:53:56 +0000
(10:53 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 11 May 2001 10:53:56 +0000
(10:53 +0000)
/dev/null.
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index 933673d94bef6db18c99906137e061c1749af7e1..703d5c7a28bbde3e5765766143bb4fa56a3e7c42 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-196,7
+196,7
@@
$(DONTCOMPILE:.el=.elc):
# load's in the files being compiled find the right files.
compile-files: subdirs.el doit
- find $(lisp) -name "*.elc" -print | xargs chmod +w; \
+ find $(lisp) -name "*.elc" -print | xargs chmod +w
>/dev/null 2>&1
; \
wd=$(lisp); $(setwins); \
elpat=`echo $$wins | tr ' ' '\012\012' | \
sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \